.blockquote { 
  display: block;
  margin-top: .5em;
  margin-bottom: .5em;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1rem;
  border-left: 5px solid grey;
  padding-left: 15px;
}

/* Highlighting clicked links within a page */
	:target {
		background-color: #ffc107;
		padding: 0px 5px;
		transition: 2s;
	}
/* Off Canvas and hidden text */
body.offcanvas-active{
	overflow-y: scroll;
	overflow-x: hidden;
}
abbr[title] {
	text-underline-offset: .1em;
}
.offcanvas-header{ display:none; }

.screen-overlay {
  width:0%;
  height: 100%;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity:0;
  visibility:hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition:opacity .2s linear, visibility .1s, width 1s ease-in;
   }
.screen-overlay.show {
    transition:opacity .5s ease, width 0s;
    opacity:1;
    width:100%;
    visibility:visible;
}
	
@media all and (max-width:992px) { 
	
	.offcanvas-header{ display:block; }

	.mobile-offcanvas{
		visibility: hidden;
		transform:translateX(-100%);
	    border-radius:0; 
		display:block;
	    position: fixed;
	    top: 0; left:0;
	    height: 100%;
	    z-index: 1200;
	    width:100%;
	    overflow-y: scroll;
	    overflow-x: hidden;
	    /*transition: visibility .2s ease-in-out, transform .2s ease-in-out;*/
	}

	.mobile-offcanvas.show{
		visibility: visible;
    	transform: translateX(0);
	}
}
/*Modifications - 04/13/2021 */
#HeaderBar1 {
	font-size: 1em;
	border: 1px solid rgba(0,0,0,.125); /*TESTING*/
	border-radius: .25rem; /*TESTING*/
	-webkit-border-radius: .25rem; /*TESTING*/
	-moz-border-radius: .25rem; /*TESTING*/
	background-color: #fff; /*TESTING*/
	position: relative; /*TESTING*/
	margin: 0 auto;
    margin-top: 1em;
	margin-left: 1em;
    padding: 0 0.3em 0.3em 0.3em;
    width: 95%;
    clear: auto;
    height: 5.5em;
}
p {
    margin-top: 0;
    margin-bottom: .5rem;
}
caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #000;
    text-align: left;
    caption-side: top;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
	.btn.disabled, .btn:disabled {
		opacity: 0;
	}
/** Override colours **/
	.btn-primary {
		color: #fff;
		background-color: #005b94;
		border-color: #005b94;
	}
	.btn-alternate {
		color: #000;
		background-color: #F0F0F0;
		border-color: #c8c8c8;
	}
	.btn-success {
		color: #fff;
		background-color: #1f6335;
		border-color: #1f6335;
	}
	.btn-success-lighter {
		color: #fff;
		background-color: #1f6335;
		border-color: #1f6335;
	}
	.btn-danger {
		color: #fff;
		background-color: #a62834;
		border-color: #a62834;
	}
	.btn-dark {
		color: #fff;
		background-color: #343a40;
		border-color: #343a40;
	}
	.btn-dark-outline {
		color: #343a40;
		background-color: #fff;
		border-color: #343a40;
	}
	.btn-light {
		color: #000;
		background-color: #c8c8c8;
	}
	.bg-primary {
		background-color: #007BC7;
	}
	.bg-success {
		background-color: #1f6335;
	}
	.bg-gray80 {
		background-color: #ccc;
	}
	.bg-gray242 {
		background-color: #f2f2f2f2;
	}
	.bg-pink {
		background-color: #FFE0E6;
	}
	.bg-lightprimary {
		background-color: #D6EFFF;
	}	
	.alert-warning {
		color: #000;
		background-color: #ffc107;
		border-color: #000;
	}
/* Override Font Header sizes */
	h1 {font-size: 2rem}
	h2 {font-size: 1.75rem}
	h3 {font-size: 1.5rem}
	h4 {font-size: 1.25rem}
	h5 {font-size: 1.1rem}
/* Override default link colour */
	a {
		color: #2A00FF;
		text-decoration: none;
		background-color: transparent;
	}
/*Back to Top button css code*/
	a.back-to-top {
		display: none;
		width: 60px;
		height: 60px;
		text-indent: -9999px;
		position: fixed;
		z-index: 999;
		right: 10%;
		bottom: 5px;
		background: #496C65 url(Images/up-arrow.png) no-repeat center 43%;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		opacity: 0.6;
	}

	a:hover.back-to-top {
		background-color: #000;
	}
	a:link.download {
		text-decoration: none;
		color: #000;
	}
	a:visited.download {
		text-decoration: none;
		color: #000;
	}
	a:active.download {
		text-decoration: none;
		color: #000;
	}
	
/* Responsive images and update boxes */	
	.responsive {
		max-width: 100%;
		height: auto;
	}
	.lastupdated {
		max-width: 700px;
	}
	.notice-width {
		max-width: max-content;
	|
	
/* Reducing Header size */
	h1.h2, h1.h3, h2.h2, h2.h3, h3.h2, h3.h3, h4.h2, h4.h3, h5.h2, h5.h3, h6.h2, h6.h3 {
		font-size: 1.5625rem!important;
		letter-spacing: .02rem;
	}

/* Set width of OGSEarth boxes */
	.earthwidth {
		max-width: 750px;
	}

/* Input box highlighting */
	input[type=text]:focus {
		background-color: lightgrey;
	}
	input[type=number]:focus {
		background-color: lightgrey;
	}

/* Long URLs wrapping */
	.wrapurl {
		/* These are technically the same, but use both */
		overflow-wrap: break-word;
		word-wrap: break-word;
		-ms-word-break: break-all;
		/* Instead use this non-standard one: */
		word-break: break-word;
	}
/* Long button wrappin */
	.wrapbtn {
		display: flex;
		flex-wrap: wrap;
	}
/* DivTable.com */
	.divTable {
		display: table;
		width: 100%;
	}
	.divTableRow {
		display: table-row;
	}
	.divTableHeading {
		background-color: #EEE;
		display: table-header-group;
	}
	.divTableCell, .divTableHead {
		display: table-cell;
		padding: 3px 10px;
	}
	.divTableHeading {
		background-color: #EEE;
		display: table-header-group;
		font-weight: bold;
	}
	.divTableFoot {
		background-color: #EEE;
		display: table-footer-group;
		font-weight: bold;
	}
	.divTableBody {
		display: table-row-group;
	}
	.divTableArea {
		width: 200px;
		font-weight: bold;
	}
/* Ruler HR */
hr {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    border: 0 !important;
    border-top: 1px solid rgba(0,0,0,.1) !important;
}

p em { /* used to override PUB_Style.css settings for <em> */
	font-weight: bold;
	font-size: 100%;
	font-style: normal;
	line-height: 100%;
	width: 100%
	}